Kotlin utilities
1.7.0
common
Kotlin utilities
/
it.czerwinski.kotlin.util
/
Failure
/
toEither
to
Either
common
open
override
fun
toEither
(
)
:
Either
<
Throwable
,
Nothing
>
Content copied to clipboard
Converts this
Try
to
Either
.
Return
Left
if this is
Failure
or
Right
if this is
Success
.